home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Linux LiveCD / GeeXboX 1.0 EN / geexbox-1.0-en.i386.iso / GEEXBOX / boot / pxelinux.cfg / default
Text File  |  2006-06-21  |  592b  |  15 lines

  1. DEFAULT geexbox
  2. TIMEOUT 20
  3. PROMPT 1
  4. DISPLAY boot.msg
  5. F1 help.msg
  6. LABEL geexbox
  7.   KERNEL vmlinuz
  8.   APPEND initrd=initrd.gz root=/dev/ram0 rw init=linuxrc boot=nfs splash=silent vga=789 video=vesafb:ywrap,mtrr nfsroot=192.168.0.2:/tftpboot/GEEXBOX.i386
  9. LABEL install
  10.   KERNEL vmlinuz
  11.   APPEND initrd=initrd.gz root=/dev/ram0 rw init=linuxrc boot=nfs installator nfsroot=192.168.0.2:/tftpboot/GEEXBOX.i386
  12. LABEL debug
  13.   KERNEL vmlinuz
  14.   APPEND initrd=initrd.gz root=/dev/ram0 rw init=linuxrc boot=nfs splash=0 vga=789 video=vesafb:ywrap,mtrr debugging nfsroot=192.168.0.2:/tftpboot/GEEXBOX.i386
  15.